digitalocean_api ~master (2022-05-10T00:32:55.4134459)
Dub
Repo
Droplet
kprop
api
digitalocean
digitalocean
Undocumented in source.
struct
Droplet {
OceanAPI
api
;
int
id
;
this
(OceanAPI api, int id);
string
toString
();
auto
request
(string uri, HTTP.Method method, JSONValue params);
static
auto
create
(OceanAPI api, string name, OceanRegion region, string size, OceanImageId image, string[] sshKeys, string backups, string ipv6, string privateNetworking, string userData);
}
Constructors
this
this
(OceanAPI api, int id)
Undocumented in source.
Members
Functions
request
auto
request
(string uri, HTTP.Method method, JSONValue params)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
auto
create
(OceanAPI api, string name, OceanRegion region, string size, OceanImageId image, string[] sshKeys, string backups, string ipv6, string privateNetworking, string userData)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
api
OceanAPI
api
;
Undocumented in source.
id
int
id
;
Undocumented in source.
Meta
Source
See Implementation
kprop
api
digitalocean
digitalocean
aliases
OceanImageId
enums
DropletAction
OceanDistro
OceanRegion
functions
action
actions
allNeighbours
backups
changeKernel
createRecord
del
delRecord
disableBackups
doSnapshot
dropletAction
enableIPv6
enablePrivateNetworking
findDroplet
get
getImageAction
getRecord
joinUrl
kernels
listActions
listDomainRecords
listDomains
listDroplets
listImages
listKeys
listRegions
listSizes
listUpgrades
neighbours
oceanRegion
passwordReset
powerCycle
powerOff
powerOn
reboot
rebuild
rename
request
resize
restore
retrieve
retrieveAction
shutdown
snapshots
toString
transfer
update
updateName
updateRecord
upgrade
structs
Droplet
OceanAPI
OceanDomain
OceanGlobalImage
OceanImage
OceanKey
OceanResult
variables
DropletActions
OceanImages
OceanRegions